Drag And Drop Options
data class DragAndDropOptions(val dragAndDropEnabled: Boolean = true, val externalDragEnabled: Boolean = true)
The configuration options for the drag-and-drop functionality in the browser view.
Since
8.1.0